Scripting > CxFms > FmsClient Object

FmsClient Object

The FmsClient object is used to communicate with the service. It can be used in CygNet Studio or other scripting environments. Declare the object using the following code:

Dim FmsClient

Set FmsClient = CreateObject("CxFms.FmsClient")

Each method in this document will assume you have declared and connected the FmsClient object using the following code:

Dim FmsClient

Set FmsClient = CreateObject("CxFms.FmsClient")

 

FmsClient.Connect("CYGDEMO.FMS")


More:


Let us know how we can improve this topic.

CygNet at weatherford.com

© 2020 Weatherford. All rights reserved.